Skip to main content

Outputs

An Output is the system object that delivers the collected call logging data to a specified location.

Outputs

Adding an output Configuring an output Output types Deleting an output

Adding an output

To add a data output, click on the Add new button from either the Summary or the Inputs screen, as shown below:

add_output

A new window will open, allowing you to name the data output. Click on the Add button to add the output to the system, as shown below:

add_output_1

The output-configuration screen will be displayed. For information on how to configure these settings, refer to the Configuring an output section section below.

add_output_2

Configuring an output

To configure a data output, select it from the all outputs list, as shown below:

config_output_1

A new window will open on the right-hand side panel, allowing you to configure the settings of your data output:

config_output_2

The settings displayed in this window will be described below:

Name

The Name field allows you to view or edit the name of the selected output. To rename, overtype the current entry.

Type

The Type field allows you to select the method you want to use when delivering the call logging data to an output location. The following methods are supported:

Output types

File

This method opens a file and creates or appends buffered data.

output_file

FieldDescription
LocationThe name of the file to output data to. If the location doesn't exist, an attempt is made to create it, including the path. The following variables are replaced:
{app} - The path to the location of the application's data folder, e.g. C:\ProgramData\Tri-Line\NetPBX.

HTTP Post

This method allows you to deliver data to a running instance of TIM Plus or TIM Enterprise by way of an HTTP POST.  The HTTP headers include the datasource information required for the receiving application to identify the source of the data.

output_HTTP_post

FieldDescription
ProtocolThe protocol to use when constructing the URL of the target server to send data to
HostThe IP address or hostname where the receiving HTTP server is listening
PortThe port number to which the target HTTP server is bound
UsernameThe username required to access the target server
PasswordThe password required to access the target server
Data sourceThe UIV of the PBX datasource object in the target application, which will be deemed to have created the source data

Serial port

This method opens a serial (RS-232) port and sends any received data to it.

output_serial_port

FieldDescription
Port nameThe name of the serial port device, e.g. COM 1, COM 2
Baud rateThe serial port's speed
ParityThe parity check regime:
none - no parity checking is performed
odd - odd bits parity checking is performed
even - even bits parity checking is performed
Data bitsThe number of data bits, between 5 and 8
HandshakeThe type of handshake the serial port requires:
none - no handshake required
rts - Request to Send
xonxoff - X-On/X-Off
rtsxonxoff - either RTS or X-On/X-Off is used
Buffer sizeThe size of the serial port's data buffer
Buffer thresholdThe size that the buffer must first reach before being empty
Stop bitsThe number of stop bits used

Client socket

Creates a momentary TCP client socket connection to a remote TCP server.

output_client_socket

FieldDescription
HostThe IP address or hostname of the remote TCP server
PortThe TCP port number to which the remote TCP server is bound
ConnectionDetermines the behaviour of the connection:
close - creates and closes the connection every time data is sent
keepalive - creates a connection at startup, then sends any data over the existing connection

Deleting an output

To delete a data input, select it from the all outputs list, as shown below:

config_output_1

A new window will open on the right-hand side panel. Click on the Delete button to remove the output from the system, as shown below:

delete_output0